runtime.pTraceState.inSweep (field)
8 uses
runtime (current package)
trace.go#L832: pp.trace.inSweep = false
traceevent.go#L42: tl.writer().writeProcStatus(uint64(pp.id), procStatus, pp.trace.inSweep).end()
traceruntime.go#L49: inSweep bool
traceruntime.go#L380: pp.trace.inSweep = true
traceruntime.go#L396: if pp.trace.inSweep {
traceruntime.go#L398: pp.trace.inSweep = false
traceruntime.go#L544: tl.writer().writeProcStatus(uint64(pp.id), tracev2.ProcSyscallAbandoned, pp.trace.inSweep).end()
tracestatus.go#L76: w = w.writeProcStatus(uint64(pp.id), status, pp.trace.inSweep)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |